ul.catelist{
	width: 100%;
	margin: 1px auto 0px;
	background: #f2f2f2;
}
ul.catelist li{
	width: 25%;
	position: relative;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	overflow: hidden;
}
ul.catelist li:last-child {
	border-right: none;
}
ul.catelist li img{
	width: 100%;
	transition: all 0.5s;  
	vertical-align:bottom; 
}
ul.catelist li span{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
}
ul.catelist li img:hover{  
    transform: scale(1.1);  
    cursor: pointer;
}  

.limg {
	width: 40%;
	transition: all 0.5s;  
}
.limg:hover{  
    transform: scale(1.05);  
    cursor: pointer;
} 